home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr08 / ltclock3.zip / LTCLOCK.TXT < prev    next >
Text File  |  1995-02-25  |  4KB  |  109 lines

  1.  
  2. ====================================================================
  3.  
  4.           LTClock - The Little Title Bar Clock that COULD!
  5.  
  6.        Version 0.3 by Leo Comitale  (comital@ecf.utoronto.ca)
  7.  
  8. ====================================================================
  9.  
  10. LTClock is a simple program to put the time and date in the active
  11. window's title bar.
  12.  
  13. LTClock 0.3 features CSET 2.0 (*) style localization.
  14.  
  15. INSTALLATION:
  16. =============
  17. Use Info-Zip's Unzip to extract this archive to any directory.
  18. (If you use PKUNZIP, you will not get the extended attributes of
  19. LTCLOCK.EXE, and you'll lose my nifty new ICON!  Fortunately
  20. I've included it with the archive so you can reassociate it.)
  21.  
  22. Create a program object (or CNTRL-SHIFT-DRAG LTCLOCK.EXE, for a
  23. shadow of the executable) and place it in your startup folder.
  24.  
  25. You can then open the settings and optionally add the following
  26. switches to the PARAMETERS section:
  27.  
  28. ===================================================================
  29. -U<nnnnn> Set the update frequency in seconds. (DEFAULT=60 or 1 min)
  30.           The maximum value for this option is 3600 seconds or
  31.           1 hour.
  32.  
  33. -L<XXXX> Override the LANG environment variable. (DEFAULT=none)
  34.  
  35. -W Keep LTClock in the Window List (default=NOT IN WINDOW LIST)
  36.    This option makes it easier to kill LTCLOCK.
  37.  
  38. -B Place the title BEFORE the time/date (default=AFTER)
  39. ===================================================================
  40.  
  41.  
  42. LOCALE SUPPORT:
  43. ===============
  44. To enable locale support, unzip the file LOCALES.ZIP (*) to a directory
  45. located in your DPATH (or in the same directory as LTClock).
  46.  
  47. Next, edit your config.sys and add the following SET statements:
  48.  
  49. SET LANG=<LOCALE>
  50.     Where <LOCALE> is one of:   CDEF - Default  (same as no LANG statement)
  51.                                 FRAN - France
  52.                                 GERM - Germany
  53.                                 ITAL - Italy
  54.                                 JAPN - Japan
  55.                                 JAP2 - Japan
  56.                                 JAP3 - Japan
  57.                                 SPAI - Spain
  58.                                 UK   - United Kingdom
  59.                                 USA  - USA
  60.  
  61.     Eg) For Germany, put "SET LANG=GERM" in your CONFIG.SYS
  62.  
  63.     Note that you can discard any LOCALE binaries you do not need.
  64.     These binaries may be used by other applications written using
  65.     IBM CSET 2.0.
  66.  
  67.  
  68. SET LTC_FORM=<STRING>
  69.     Where <STRING> defines the POSIX style date/time format
  70.  
  71.     Eg) The default time format would be set by placing
  72.  
  73.         SET LTC_FORM=%a, %b %d  %I:%M
  74.  
  75.         in your CONFIG.SYS, resulting in something like this:
  76.  
  77.         Mon, Jan 17 8:12 : Title
  78.  
  79.     See the file POSIX.FRM for more information on setting up your
  80.     own TIME/DATE format.
  81.  
  82.  
  83. PRICING STRUCTURE & <stddisclaim.h>:
  84. ===================================
  85. This program is FREE, give it to anyone and everyone who may want it.
  86. Please leave the archive unmodified when redistributing this program, and
  87. if you consider it valuable, I'd appreciate an email to let me know.
  88.  
  89. I do not, however, guarantee it in any way whatsoever, so use it at
  90. your own risk. (Yah right!)
  91.  
  92. Leo Comitale
  93. comital@ecf.utoronto.ca
  94.  
  95. Notes (version 0.3):
  96. ====================
  97. - LTClock still cannot change some application title bars. (Eg: PMVIEW)
  98.   This is likely never to change unless I have some kind of revelation.
  99.  
  100. - For readability considerations, LTClock will not change the title bar
  101.   if the total number of characters in the title bar including the
  102.   time and/or date, is greater than 150.   Basically this means you
  103.   should keep your LTC_FORM variable as small as possible.
  104.  
  105. ===================================================================
  106. (*) LOCALES.ZIP Contains IBM C/C++ Tools Runtime Modules (c) Copyright
  107.     IBM Corporation 1991, 1993.  All Rights Reserved.  These modules
  108.     are the property of IBM and are provided "AS IS."
  109.